Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add diesel-rs #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Feat: add diesel-rs #19

wants to merge 1 commit into from

Conversation

JedBeom
Copy link
Contributor

@JedBeom JedBeom commented Feb 1, 2025

  • Remove sqlx
  • Install diesel-rs and deadpool-diesel
  • Re-write migration files
  • Add mods schema and models

Test Plan

Copy link

codecov bot commented Feb 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@JedBeom JedBeom force-pushed the pr19 branch 2 times, most recently from 58ddc02 to b5db5d1 Compare February 1, 2025 02:32
- Remove sqlx
- Install diesel-rs and deadpool-diesel
- Re-write migration files
- Add mods `schema` and `models`

## Test Plan

- Install postgresql and edit `DATABASE_URL` in `.env`
- Run the server
- Send **POST** http://localhost:8080/test/create_configs
- GET http://localhost:8080/test/get_configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant